@@ -19,10 +19,10 @@
 import com.limegroup.gnutella.altlocs.AltLocManager;
 import com.limegroup.gnutella.auth.ContentManager;
 import com.limegroup.gnutella.bootstrap.BootstrapServerManager;
-import com.limegroup.gnutella.browser.HTTPAcceptor;
-import com.limegroup.gnutella.browser.MagnetOptions;
-import com.limegroup.gnutella.chat.ChatManager;
-import com.limegroup.gnutella.chat.Chatter;
+//import com.limegroup.gnutella.browser.HTTPAcceptor;
+//import com.limegroup.gnutella.browser.MagnetOptions;
+//import com.limegroup.gnutella.chat.ChatManager;
+//import com.limegroup.gnutella.chat.Chatter;
 import com.limegroup.gnutella.downloader.CantResumeException;
 import com.limegroup.gnutella.downloader.HTTPDownloader;
 import com.limegroup.gnutella.downloader.IncompleteFileManager;
@@ -128,7 +128,7 @@
     /**
      * <tt>HTTPAcceptor</tt> instance for accepting magnet requests, etc.
      */
-    private static HTTPAcceptor httpAcceptor;
+    //private static HTTPAcceptor httpAcceptor;
 
 	/**
 	 * Initialize the class that manages all TCP connections.
@@ -431,22 +431,26 @@
             downloader.postGuiInit();
             LOG.trace("STOP DownloadManager.postGuiInit");
             
+            /*
             LOG.trace("START UpdateManager.instance");
             callback.componentLoading("UPDATE_MANAGER");
             UpdateManager.instance();
             UpdateHandler.instance();
             LOG.trace("STOP UpdateManager.instance");
+            */
 
             LOG.trace("START QueryUnicaster");
             callback.componentLoading("QUERY_UNICASTER");
     		QueryUnicaster.instance().start();
     		LOG.trace("STOP QueryUnicaster");
     		
+    		/*
     		LOG.trace("START HTTPAcceptor");
             callback.componentLoading("HTTPACCEPTOR");
             httpAcceptor = new HTTPAcceptor();  
             httpAcceptor.start();
             LOG.trace("STOP HTTPAcceptor");
+            */
             
             LOG.trace("START Pinger");
             callback.componentLoading("PINGER");
@@ -635,9 +639,11 @@
      *
      * @return the <tt>Acceptor</tt> in use
      */
+    /*
     public static HTTPAcceptor getHTTPAcceptor() {
         return httpAcceptor;
     }
+    */
 
     /** 
      * Accessor for the <tt>HostCatcher</tt> instance.
@@ -1492,6 +1498,7 @@
 	 * @throws IllegalArgumentException if the magnet is not 
 	 * {@link MagnetOptions#isDownloadable() valid}.
 	 */
+	/*
 	public static Downloader download(MagnetOptions magnet, boolean overwrite) 
 		throws SaveLocationException {
 		if (!magnet.isDownloadable()) {
@@ -1499,6 +1506,7 @@
 		}
 		return downloader.download(magnet, overwrite, null, magnet.getDisplayName());
 	}
+	*/
 
 	/**
 	 * Creates a downloader for a magnet using the given additional options.
@@ -1516,10 +1524,12 @@
 	 * @throws IllegalArgumentException if the magnet is not
 	 * {@link MagnetOptions#isDownloadable() downloadable}.
 	 */
+	/*
 	public static Downloader download(MagnetOptions magnet, boolean overwrite,
 			File saveDir, String fileName) throws SaveLocationException {
 		return downloader.download(magnet, overwrite, saveDir, fileName);
 	}
+	*/
 
    /**
      * Starts a resume download for the given incomplete file.
@@ -1535,10 +1545,12 @@
 	/**
 	 * Creates and returns a new chat to the given host and port.
 	 */
+    /*
 	public static Chatter createChat(String host, int port) {
 		Chatter chatter = ChatManager.instance().request(host, port);
 		return chatter;
 	}
+	*/
     
     /**
 	 * Browses the passed host
